home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / juji.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(release).as
Text File  |  2003-03-01  |  68b  |  7 lines

  1. on(release){
  2.    tellTarget("_root")
  3.    {
  4.       play();
  5.    }
  6. }
  7.